home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cocktail.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  153 b   |  9 lines

  1. on exitFrame
  2.   global stat, tempo
  3.   set tempo to the timer / 60
  4.   set tempo to string(tempo)
  5.   set the text of cast 51 to tempo
  6.   onVis(9)
  7.   go("f")
  8. end
  9.